:root {
    --dark-color: #000000;
    --light-color: #F4F1EC;
    --darkblue-color: #131E3D;
    --darkpuple-color: #222344;
    --lightskin-color: #CDAD7D;
    --lightskin1-color: #DBBF94;
    --lightskin2-color: #E8D1AE;
    --lightskin3-color: #EEEAD6;

    --libre-font: 'Libre Baskerville', serif;
    --inter-font: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.dark-h {
    font-size: 38px;
    font-family: var(--libre-font);
    color: var(--darkpuple-color);
}

.brown-h {
    font-family: var(--libre-font);
    color: var(--lightskin-color);
}

.wrapper {
    margin-left: 70px;
}

.b {
    margin-right: 70px;
    padding-top: 70px;
}

.c {
    padding-top: 70px;
}

.d {
    margin-right: 70px;
    padding-block: 70px;
}

.home {
    width: 100%;
    height: auto;
    background: url('./bg-1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo {
    display: flex;
    align-items: center;
    padding-top: 70px;
}

.logo img {
    width: 40px;
    height: fit-content;
    margin-right: 10px;
}

.logo p {
    font-size: 12px;
    font-family: var(--libre-font);
    color: var(--lightskin-color);
}

.home .content {
    margin-top: 111px;
}

.home .content h1 {
    font-size: 56.1px;
}

.home .content p {
    font-family: var(--inter-font);
    font-size: 18.4px;
    color: var(--light-color);
    max-width: 430px;
    margin: 22px 0;
    width: ;
}

.btn {
    font-size: 14px;
    font-family: var(--inter-font);
    font-weight: 700;
    padding: 0.8rem 1.3rem;
    background: var(--lightskin-color);
    border: none;
    margin-bottom: 70px;
}

/* End Home Section */

/* Start Deal Section */

.all-sec {
    width: 100%;
    /* min-height: 600px; */
    background: var(--light-color);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content-deal {
    display: flex;
    justify-content: space-between;
}

.content-deal .left {
    width: 49%;
}

.content-deal .left p {
    max-width: 370px;
    font-size: 16px;
    font-family: var(--inter-font);
    color: var(--darkpuple-color);
    margin: 33px 0 51px 0;


}

.content-deal .right {
    width: 49%;
    margin-left: 100px;
}

.content-deal .right img {
    width: 100%;
    height: calc(600px - 70px);
    object-fit: cover;
}

/* End Deal Section */

/* Start Focus Section */


.focus .content-focus {
    display: flex;
    /* height: 600px; */
    justify-content: space-between;
    flex-direction: column;
}

.content-focus h1 {
    margin-bottom: 70px;
}

.content-focus .items {
    display: flex;
}

.content-focus .item {
    padding: 3rem 2rem;
}

.content-focus .item h2 {
    font-size: 18px;
    margin-bottom: 90px;
    font-family: var(--libre-font);
}

.content-focus .item p {
    font-size: 14px;
    font-family: var(--inter-font);
}

.content-focus .item:nth-child(1) {
    background: var(--lightskin2-color);
}

.content-focus .item:nth-child(2) {
    background: var(--lightskin1-color);
}

.content-focus .item:nth-child(3) {
    background: var(--lightskin-color);
}
.content-focus .item:nth-child(4) {
    background: var(--lightskin2-color);
}

/* End Focus */

/* Star Services */
.services {
    /* height: 0; */
}

.services-content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.services-content .left {
    width: 100%;

}

.services-content .left img {
    width: 87%;
    min-width: 340px;

    aspect-ratio: 1;
    object-fit: ;

}

.services-content .right {
    margin-left: 30px;
}

p.serp {
    font-family: var(--inter-font);
    font-size: 17px;
    margin-block: 11px;
}

.services-content .right .item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.services-content .right .item i {
    font-size: 49px;
    color: var(--lightskin-color);
}

.services-content .right .item p {
    font-size: 14px;
    font-family: var(--inter-font);
    color: var(--darkpuple-color);
}

.feedback {
    background: url(./bg-2.png);
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* text-align: center; */
}

.feedback-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--lightskin3-color);
    font-family: var(--inter-font);
    font-size: 14px;
}

.feedback-content h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.feedback-content>h3 {
    color: var(--lightskin-color);
    font-size: 18px;
    font-family: var(--libre-font);
    margin-bottom: 70px;
}

.feedback-content .f-items {
    display: flex;
    gap: 38px;
}

.feedback-content .item-f {
    max-width: 220px;
    padding: 2rem;
    border: 1px solid var(--lightskin-color);
}


/* End Feedback */
/* start Conatct */

.contact-content h1 {
    color: var(--darkpuple-color);
    font-size: 24px;
    font-family: var(--libre-font);
    margin-bottom: 37px;
}

.contact-content .contact-info p {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--inter-font);
    color: var(--darkpuple-color);
    margin-block: 18px;
}

.contact-content .contact-info i {
    color: var(--lightskin-color);
    font-size: 30px;
    margin-right: 10px;
}

.contact-content .time p span {
    color: var(--lightskin-color);

}

.contact-content .follow {
    margin-top: 30px;
    font-size: 14px;
    font-family: var(--libre-font);
    color: var(--darkpuple-color);
}

.contact-content .follow span i {
    padding: 2px;
    color: var(--lightskin-color);
    border: 1px solid var(--lightskin-color);
    border-radius: 50%;

}

.contact-content .img {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-content .img img {
    width: 40px;
    height: fit-content;
    margin-right: 10px;
    background: var(--darkpuple-color);
}

.contact-content .logo {
    padding-top: 0;
}

.AT {
    display: flex;
    justify-content: space-between;
}

@media (max-width:800px) {
    .wrapper {
        margin-left: 40px;
    }

    .b {
        margin-right: 40px;
        padding-top: 40px;
    }

    .c {
        padding-top: 40px;
    }

    .d {
        margin-right: 40px;
        padding-block: 40px;
    }

    .home .content p {
        width: 320px;
    }

    .content-deal {
        flex-direction: column;
    }

    .content-deal .left {
        width: 100%;
    }

    .content-deal .left p {
        max-width: 700px;
        font-size: 16px;
        margin: 33px 0 51px 0;
    }

    .content-deal .right {
        width: 100%;
        margin-left: 0;
    }

    .content-deal .right img {
        width: 100%;
        height: calc(400px - 70px);
        object-fit: cover;
    }

    .content-focus .items {
        flex-direction: column;
    }

    .content-focus .item {
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
        padding: 1.4rem 2rem;
    }

    .services-content {
        flex-direction: column;
    }


    .bullets {
        display: flex;
        flex-wrap: wrap;

    }

    .services-content .right {
        margin-top: 20px;
    }

    .services-content .right .item {
        width: 170px;
    }


    .services-content .left img {
        width: 100%;

    }

    .feedback-content .f-items {
        flex-direction: column;
    }

    .feedback-content .item-f {
        max-width: 100%;
    }

    .AT {
        flex-direction: column;
    }


    .Office-h {
        margin-top: 70px;
    }

}

